Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deadlock after failed task graph execution #2603

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

marc0246
Copy link
Contributor

This fixes a deadlock that would occur when executing a task graph with some task failing arising due to the state guard being insufficient in that it didn't restore the current fence back to the signaled state, leading any subsequent wait on the flight to deadlock, including dropping Resources.

@Rua Rua merged commit 6226762 into vulkano-rs:master Nov 19, 2024
6 checks passed
@marc0246 marc0246 deleted the insufficient-state-guard branch November 19, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants